home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / tclshrc < prev   
Encoding:
Text File  |  1993-11-05  |  438 b   |  19 lines  |  [TEXT/MPS ]

  1. #----------
  2. # This file has been modified for Macintosh Tcl and Tickle. -- Tim Endres
  3. #----------
  4. #puts stdout "••• \[library\]tclshrc"
  5.  
  6. ###
  7. ### This is the tcl shell init script for tcl X...
  8. ###
  9. if [file exists "[info library]:tclshell.tcl"] {
  10.     source "[info library]:tclshell.tcl"
  11. }
  12.  
  13. ###
  14. ### This is the tcl shell init script for tcl Macintosh...
  15. ###
  16. if [file exists "[info library]:maclib.tcl"] {
  17.     source "[info library]:maclib.tcl"
  18. }
  19.